home *** CD-ROM | disk | FTP | other *** search
- package sun.applet;
-
- import java.io.IOException;
- import java.net.URL;
- import java.security.PrivilegedExceptionAction;
-
- final class AppletClassLoader$1 implements PrivilegedExceptionAction {
- // $FF: synthetic field
- final String val$path;
- // $FF: synthetic field
- final AppletClassLoader this$0;
-
- AppletClassLoader$1(AppletClassLoader var1, String var2) {
- this.this$0 = var1;
- this.val$path = var2;
- }
-
- public Object run() throws IOException {
- return AppletClassLoader.access$100(new URL(AppletClassLoader.access$000(this.this$0), this.val$path));
- }
- }
-